Skip to main content

Style sheets reference

In This Section

Overview

Style Sheets support various properties, states, and subcontrols that make it possible to customize the look of control.

Follow the css tutorial to read or write CSS style sheets

Theme

The following table lists the members to describe a theme:

MemberTypeDescription
namestringGets the theme name.
descriptionstringGets the theme description.
authorsstringGets the theme authors.
websiteurlGets the website reference.

List of system colors

The following table lists the system colors that can be customized using style sheets:

ColorTypeDescription
accentcolorGets the color used to accent a control.
accent-textcolorGets the color of the text used to accent a control.
active-bordercolorGets the color of the active window's border.
active-captioncolorGets the color of the background of the active window's title bar.
active-caption-textcolorGets the color of the text in the active window's title bar.
app-workspacecolorGets the color of the application workspace.
button-facecolorGets the face color of a 3-D element.
button-highlightcolorGets the highlight color of a 3-D element.
button-shadowcolorGets the shadow color of a 3-D element.
controlcolorGets the face color of a 3-D element.
control-darkcolorGets the shadow color of a 3-D element.
control-dark-darkcolorGets the dark shadow color of a 3-D element.
control-lightcolorGets the light color of a 3-D element.
control-light-lightcolorGets the highlight color of a 3-D element.
control-textcolorGets the color of text in a 3-D element.
desktopcolorGets the color of the desktop.
gradient-active-captioncolorGets the lightest color in the color gradient of an active window's title bar.
gradient-inactive-captioncolorGets the lightest color in the color gradient of an inactive window's title bar.
gray-textcolorGets the color of dimmed text.
highlightcolorGets the color of the background of selected items.
highlight-textcolorGets the color of the text of selected items.
hot-trackcolorGets the color used to designate a hot-tracked item.
inactive-bordercolorGets the color of an inactive window's border.
inactive-captioncolorGets the color of the background of an inactive window's title bar.
inactive-caption-textcolorGets the color of the text in an inactive window's title bar.
infocolorGets the color of the background of a xtd::forms::tool_tip.
info-textcolorGets the color of the text of a xtd::forms::tool_tip.
menucolorGets the color of a menu's background.
menu-barcolorGets the color of the background of a menu bar.
menu-highlightcolorGets the color used to highlight menu items when the menu appears as a flat menu.
menu-textcolorGets the color of a menu's text.
scroll-barcolorGets the color of the background of a scroll bar.
text-boxcolorGets the color of the background of a text box.
text-box-textcolorGets the color of the text of a text box.
windowcolorGets the color of the background in the client area of a window.
window-framecolorGets the color of a window frame.
window-textcolorGets the color of the text in the client area of a window.

List of stylable controls

The following table lists the xtd controls that can be customized using style sheets:

ControlHow to style
button
check_box
checked_list_box
choice
color_picker
combo_box
check_box
command_link_button
date_time_picker
domain_up_down
font_picker
h_scroll_bar
label
light_button
link_label
list_box
month_calendar
numeric_up_down
picture_box
progress_bar
radio_button
switch_button
text_box
toggle_button
track_bar
up_down_button
v_scroll_bar

List of properties

The table below lists all the properties supported by xtd style sheets. Properties marked with an asterisk * are specific to xtd and have no equivalent in CSS2 or CSS3.

PropertyTypeDescription

List of property type

The following table summarizes the syntax and meaning of the different property types:

TypeSyntaxDescription
alignment{top
| left
| bottom
| right
| center}*
Specifies the text alignment (e.g top keft)




border{border_style
| length
| brush}
Shorthand border property


border_colorcolor{1,4}Shorthand border property
colorrgb(r, g, b)
| rgba(r, g, b, a)
| hsv(h, s, vv)
| hsva(h, s, v, a)
| hsl(h, s, l)
| hsla(h, s, l, a)
| #rgb
| #argb
| #rrggbb
| #aarrggbb
| color name
| system-color(color)
Specifies a color as ARGB in hexadecimal (e.g. blue : #FF0000FF









Specifie a color by name (e.g. darkblue)
Specifie a system color (e.g. system-color(button-face))

string""Specifies a double-quited utf-8 string (e.g. "Text")
urlurl(urlname)
| url(fillename)


Specifies a url (e.g. url(https://gammasoft71.wixsite.com/gammasoft))
Speccifies a fillename with or without path (e.g. url(resources/image.png))
Remarks if the file name does not have a path and does not have an extension, consider it to be an internal xtd image.

List of states

The following states are supported:

StateDescripttion
:checkedThe item is checked.
:defaultThe item is the default (see ibuttton_control).
:disabledThe irem is disabled, generally the item is grayed.
:flatThe irem is flat style.
:flat-popupThe irem is popup flat style.
:hoverThe item is hover (mouse is on the item).
:mixedThe item is mixed. For the three-state ittem.
:pressedThe irem is pressed, mouse is down on the item.
:uncheckedThe item is unchecked.

List of sub-controls

The following subcontrols are available:

Sub-controlDescripttion

List of images

Images used in xtd can be customized using the following properties:

ContextNamextd::drawing::system_image
Actionsaddress-book-newxtd::drawing::system_image::from_name("address-book-new")
Actionsapplication-exitxtd::drawing::system_image::from_name("application-exit")
Actionsappointment-newxtd::drawing::system_image::from_name("appointment-new")
Actionscall-startxtd::drawing::system_image::from_name("call-start")
Actionscall-stopxtd::drawing::system_image::from_name("call-stop")
Actionscontact-newxtd::drawing::system_image::from_name("contact-new")
Actionsdialog-cancelxtd::drawing::system_image::from_name("dialog-cancel")
Actionsdialog-okxtd::drawing::system_image::from_name("dialog-ok")
Actionsdialog-ok-applyxtd::drawing::system_image::from_name("dialog-ok-apply")
Actionsdocument-editxtd::drawing::system_image::from_name("document-edit")
Actionsdocument-newxtd::drawing::system_image::from_name("document-new")
Actionsdocument-openxtd::drawing::system_image::from_name("document-open")
Actionsdocument-open-recentxtd::drawing::system_image::from_name("document-open-recent")
Actionsdocument-page-setupxtd::drawing::system_image::from_name("document-page-setup")
Actionsdocument-printxtd::drawing::system_image::from_name("document-print")
Actionsdocument-print-previewxtd::drawing::system_image::from_name("document-print-preview")
Actionsdocument-propertiesxtd::drawing::system_image::from_name("document-properties")
Actionsdocument-revertxtd::drawing::system_image::from_name("document-revert")
Actionsdocument-savextd::drawing::system_image::from_name("document-save")
Actionsdocument-save-asxtd::drawing::system_image::from_name("document-save-as")
Actionsdocument-sendxtd::drawing::system_image::from_name("document-send")
Actionsedit-clearxtd::drawing::system_image::from_name("edit-clear")
Actionsedit-copyxtd::drawing::system_image::from_name("edit-copy")
Actionsedit-cutxtd::drawing::system_image::from_name("edit-cut")
Actionsedit-deletextd::drawing::system_image::from_name("edit-delete")
Actionsedit-findxtd::drawing::system_image::from_name("edit-find")
Actionsedit-find-replacextd::drawing::system_image::from_name("edit-find-replace")
Actionsedit-pastextd::drawing::system_image::from_name("edit-paste")
Actionsedit-redoxtd::drawing::system_image::from_name("edit-redo")
Actionsedit-renamextd::drawing::system_image::from_name("edit-rename")
Actionsedit-select-allxtd::drawing::system_image::from_name("edit-select-all")
Actionsedit-undoxtd::drawing::system_image::from_name("edit-undo")
Actionsfolder-newxtd::drawing::system_image::from_name("folder-new")
Actionsformat-indent-lessxtd::drawing::system_image::from_name("format-indent-less")
Actionsformat-indent-morextd::drawing::system_image::from_name("format-indent-more")
Actionsformat-justify-centerxtd::drawing::system_image::from_name("format-justify-center")
Actionsformat-justify-fillxtd::drawing::system_image::from_name("format-justify-fill")
Actionsformat-justify-leftxtd::drawing::system_image::from_name("format-justify-left")
Actionsformat-justify-rightxtd::drawing::system_image::from_name("format-justify-right")
Actionsformat-text-direction-ltrxtd::drawing::system_image::from_name("format-text-direction-ltr")
Actionsformat-text-direction-rtlxtd::drawing::system_image::from_name("format-text-direction-rtl")
Actionsformat-text-boldxtd::drawing::system_image::from_name("format-text-bold")
Actionsformat-text-italicxtd::drawing::system_image::from_name("format-text-italic")
Actionsformat-text-underlinextd::drawing::system_image::from_name("format-text-underline")
Actionsformat-text-strikethroughxtd::drawing::system_image::from_name("format-text-strikethrough")
Actionsgo-bottomxtd::drawing::system_image::from_name("go-bottom")
Actionsgo-downxtd::drawing::system_image::from_name("go-down")
Actionsgo-firstxtd::drawing::system_image::from_name("go-first")
Actionsgo-homextd::drawing::system_image::from_name("go-home")
Actionsgo-jumpxtd::drawing::system_image::from_name("go-jump")
Actionsgo-lastxtd::drawing::system_image::from_name("go-last")
Actionsgo-nextxtd::drawing::system_image::from_name("go-next")
Actionsgo-previousxtd::drawing::system_image::from_name("go-previous")
Actionsgo-topxtd::drawing::system_image::from_name("go-top")
Actionsgo-upxtd::drawing::system_image::from_name("go-up")
Actionshelp-aboutxtd::drawing::system_image::from_name("help-about")
Actionshelp-contentsxtd::drawing::system_image::from_name("help-contents")
Actionshelp-faqxtd::drawing::system_image::from_name("help-faq")
Actionsinsert-imagextd::drawing::system_image::from_name("insert-image")
Actionsinsert-linkxtd::drawing::system_image::from_name("insert-link")
Actionsinsert-objectxtd::drawing::system_image::from_name("insert-object")
Actionsinsert-tablextd::drawing::system_image::from_name("insert-table")
Actionsinsert-textxtd::drawing::system_image::from_name("insert-text")
Actionslist-addxtd::drawing::system_image::from_name("list-add")
Actionslist-removextd::drawing::system_image::from_name("list-remove")
Actionsmail-forwardxtd::drawing::system_image::from_name("mail-forward")
Actionsmail-mark-importantxtd::drawing::system_image::from_name("mail-mark-important")
Actionsmail-mark-junkxtd::drawing::system_image::from_name("mail-mark-junk")
Actionsmail-mark-notjunkxtd::drawing::system_image::from_name("mail-mark-notjunk")
Actionsmail-mark-readxtd::drawing::system_image::from_name("mail-mark-read")
Actionsmail-mark-unreadxtd::drawing::system_image::from_name("mail-mark-unread")
Actionsmail-message-newxtd::drawing::system_image::from_name("mail-message-new")
Actionsmail-reply-allxtd::drawing::system_image::from_name("mail-reply-all")
Actionsmail-reply-senderxtd::drawing::system_image::from_name("mail-reply-sender")
Actionsmail-sendxtd::drawing::system_image::from_name("mail-send")
Actionsmail-send-receivextd::drawing::system_image::from_name("mail-send-receive")
Actionsmedia-ejectxtd::drawing::system_image::from_name("media-eject")
Actionsmedia-optical-burnxtd::drawing::system_image::from_name("media-optical-burn")
Actionsmedia-playback-pausextd::drawing::system_image::from_name("media-playback-pause")
Actionsmedia-playback-startxtd::drawing::system_image::from_name("media-playback-start")
Actionsmedia-playback-stopxtd::drawing::system_image::from_name("media-playback-stop")
Actionsmedia-recordxtd::drawing::system_image::from_name("media-record")
Actionsmedia-seek-backwardxtd::drawing::system_image::from_name("media-seek-backward")
Actionsmedia-seek-forwardxtd::drawing::system_image::from_name("media-seek-forward")
Actionsmedia-skip-backwardxtd::drawing::system_image::from_name("media-skip-backward")
Actionsmedia-skip-forwardxtd::drawing::system_image::from_name("media-skip-forward")
Actionsobject-flip-horizontalxtd::drawing::system_image::from_name("object-flip-horizontal")
Actionsobject-flip-verticalxtd::drawing::system_image::from_name("object-flip-vertical")
Actionsobject-rotate-leftxtd::drawing::system_image::from_name("object-rotate-left")
Actionsobject-rotate-rightxtd::drawing::system_image::from_name("object-rotate-right")
Actionsprocess-stopxtd::drawing::system_image::from_name("process-stop")
Actionssystem-lock-screenxtd::drawing::system_image::from_name("system-lock-screen")
Actionssystem-log-outxtd::drawing::system_image::from_name("system-log-out")
Actionssystem-runxtd::drawing::system_image::from_name("system-run")
Actionssystem-searchxtd::drawing::system_image::from_name("system-search")
Actionssystem-rebootxtd::drawing::system_image::from_name("system-reboot")
Actionssystem-shutdownxtd::drawing::system_image::from_name("system-shutdown")
Actionstools-check-spellingxtd::drawing::system_image::from_name("tools-check-spelling")
Actionsview-fullscreenxtd::drawing::system_image::from_name("view-fullscreen")
Actionsview-media-equalizerxtd::drawing::system_image::from_name("view-media-equalizer")
Actionsview-media-lyricsxtd::drawing::system_image::from_name("view-media-lyrics")
Actionsview-refreshxtd::drawing::system_image::from_name("view-refresh")
Actionsview-restorextd::drawing::system_image::from_name("view-restore")
Actionsview-sort-ascendingxtd::drawing::system_image::from_name("view-sort-ascending")
Actionsview-sort-descendingxtd::drawing::system_image::from_name("view-sort-descending")
Actionswindow-closextd::drawing::system_image::from_name("window-close")
Actionswindow-close-hoveredxtd::drawing::system_image::from_name("window-close-hovered")
Actionswindow-fullscreenxtd::drawing::system_image::from_name("window-fullscreen")
Actionswindow-fullscreen-hoveredxtd::drawing::system_image::from_name("window-fullscreen-hovered")
Actionswindow-maximizextd::drawing::system_image::from_name("window-maximize")
Actionswindow-maximize-hoveredxtd::drawing::system_image::from_name("window-maximize-hovered")
Actionswindow-minimizextd::drawing::system_image::from_name("window-minimize")
Actionswindow-minimize-hoveredxtd::drawing::system_image::from_name("window-minimize-hovered")
Actionswindow-newxtd::drawing::system_image::from_name("window-new")
Actionswindow-restorextd::drawing::system_image::from_name("window-restore")
Actionswindow-restore-hoveredxtd::drawing::system_image::from_name("window-restore-hovered")
Actionszoom-fit-bestxtd::drawing::system_image::from_name("zoom-fit-best")
Actionszoom-inxtd::drawing::system_image::from_name("zoom-in")
Actionszoom-originalxtd::drawing::system_image::from_name("zoom-original")
Actionszoom-outxtd::drawing::system_image::from_name("zoom-out")
Animationsprocess-workingxtd::drawing::system_image::from_name("process-working")
Applicationsaccessories-calculatorxtd::drawing::system_image::from_name("accessories-calculator")
Applicationsaccessories-character-mapxtd::drawing::system_image::from_name("accessories-character-map")
Applicationsaccessories-dictionaryxtd::drawing::system_image::from_name("accessories-dictionary")
Applicationsaccessories-text-editorxtd::drawing::system_image::from_name("accessories-text-editor")
Applicationshelp-browserxtd::drawing::system_image::from_name("help-browser")
Applicationshelpxtd::drawing::system_image::from_name("help")
Applicationsmultimedia-volume-controlxtd::drawing::system_image::from_name("multimedia-volume-control")
Applicationspreferences-desktop-accessibilityxtd::drawing::system_image::from_name("preferences-desktop-accessibility")
Applicationspreferences-desktop-fontxtd::drawing::system_image::from_name("preferences-desktop-font")
Applicationspreferences-desktop-keyboardxtd::drawing::system_image::from_name("preferences-desktop-keyboard")
Applicationspreferences-desktop-localextd::drawing::system_image::from_name("preferences-desktop-locale")
Applicationspreferences-desktop-screensaverxtd::drawing::system_image::from_name("preferences-desktop-screensaver")
Applicationspreferences-desktop-themextd::drawing::system_image::from_name("preferences-desktop-theme")
Applicationspreferences-desktop-wallpaperxtd::drawing::system_image::from_name("preferences-desktop-wallpaper")
Applicationssystem-file-managerxtd::drawing::system_image::from_name("system-file-manager")
Applicationssystem-software-installxtd::drawing::system_image::from_name("system-software-install")
Applicationssystem-software-updatextd::drawing::system_image::from_name("system-software-update")
Applicationsutilities-system-monitorxtd::drawing::system_image::from_name("utilities-system-monitor")
Applicationsutilities-terminalxtd::drawing::system_image::from_name("utilities-terminal")
Categoriesapplications-accessoriesxtd::drawing::system_image::from_name("applications-accessories")
Categoriesapplications-developmentxtd::drawing::system_image::from_name("applications-development")
Categoriesapplications-engineeringxtd::drawing::system_image::from_name("applications-engineering")
Categoriesapplications-gamesxtd::drawing::system_image::from_name("applications-games")
Categoriesapplications-graphicsxtd::drawing::system_image::from_name("applications-graphics")
Categoriesapplications-internetxtd::drawing::system_image::from_name("applications-internet")
Categoriesapplications-multimediaxtd::drawing::system_image::from_name("applications-multimedia")
Categoriesapplications-officextd::drawing::system_image::from_name("applications-office")
Categoriesapplications-otherxtd::drawing::system_image::from_name("applications-other")
Categoriesapplications-sciencextd::drawing::system_image::from_name("applications-science")
Categoriesapplications-systemxtd::drawing::system_image::from_name("applications-system")
Categoriesapplications-utilitiesxtd::drawing::system_image::from_name("applications-utilities")
Categoriespreferences-desktopxtd::drawing::system_image::from_name("preferences-desktop")
Categoriespreferences-desktop-peripheralsxtd::drawing::system_image::from_name("preferences-desktop-peripherals")
Categoriespreferences-desktop-personalxtd::drawing::system_image::from_name("preferences-desktop-personal")
Categoriespreferences-otherxtd::drawing::system_image::from_name("preferences-other")
Categoriespreferences-systemxtd::drawing::system_image::from_name("preferences-system")
Categoriespreferences-system-networkxtd::drawing::system_image::from_name("preferences-system-network")
Categoriessystem-helpxtd::drawing::system_image::from_name("system-help")
Devicesaudio-cardxtd::drawing::system_image::from_name("audio-card")
Devicesaudio-input-microphonextd::drawing::system_image::from_name("audio-input-microphone")
Devicesbatteryxtd::drawing::system_image::from_name("battery")
Devicescamera-photoxtd::drawing::system_image::from_name("camera-photo")
Devicescamera-videoxtd::drawing::system_image::from_name("camera-video")
Devicescamera-webxtd::drawing::system_image::from_name("camera-web")
Devicescomputerxtd::drawing::system_image::from_name("computer")
Devicesdrive-harddiskxtd::drawing::system_image::from_name("drive-harddisk")
Devicesdrive-opticalxtd::drawing::system_image::from_name("drive-optical")
Devicesdrive-removable-media-usb-pendrivextd::drawing::system_image::from_name("drive-removable-media-usb-pendrive")
Devicesdrive-removable-mediaxtd::drawing::system_image::from_name("drive-removable-media")
Devicesinput-gamingxtd::drawing::system_image::from_name("input-gaming")
Devicesinput-keyboardxtd::drawing::system_image::from_name("input-keyboard")
Devicesinput-mousextd::drawing::system_image::from_name("input-mouse")
Devicesinput-tabletxtd::drawing::system_image::from_name("input-tablet")
Devicesmedia-flashxtd::drawing::system_image::from_name("media-flash")
Devicesmedia-floppyxtd::drawing::system_image::from_name("media-floppy")
Devicesmedia-optical-audioxtd::drawing::system_image::from_name("media-optical-audio")
Devicesmedia-optical-blu-rayxtd::drawing::system_image::from_name("media-optical-blu-ray")
Devicesmedia-optical-dataxtd::drawing::system_image::from_name("media-optical-data")
Devicesmedia-optical-dvd-videoxtd::drawing::system_image::from_name("media-optical-dvd-video")
Devicesmedia-optical-dvdxtd::drawing::system_image::from_name("media-optical-dvd")
Devicesmedia-optical-mixed-cdxtd::drawing::system_image::from_name("media-optical-mixed-cd")
Devicesmedia-optical-recordablextd::drawing::system_image::from_name("media-optical-recordable")
Devicesmedia-optical-videoxtd::drawing::system_image::from_name("media-optical-video")
Devicesmedia-opticalxtd::drawing::system_image::from_name("media-optical")
Devicesmedia-tapextd::drawing::system_image::from_name("media-tape")
Devicesmodemxtd::drawing::system_image::from_name("modem")
Devicesmultimedia-playerxtd::drawing::system_image::from_name("multimedia-player")
Devicesnetwork-wiredxtd::drawing::system_image::from_name("network-wired")
Devicesnetwork-wirelessxtd::drawing::system_image::from_name("network-wireless")
Devicespdaxtd::drawing::system_image::from_name("pda")
Devicesphonextd::drawing::system_image::from_name("phone")
Devicesprinterxtd::drawing::system_image::from_name("printer")
Devicesscannerxtd::drawing::system_image::from_name("scanner")
Devicesvideo-displayxtd::drawing::system_image::from_name("video-display")
Emblemsemblem-defaultxtd::drawing::system_image::from_name("emblem-default")
Emblemsemblem-documentsxtd::drawing::system_image::from_name("emblem-documents")
Emblemsemblem-downloadsxtd::drawing::system_image::from_name("emblem-downloads")
Emblemsemblem-favoritextd::drawing::system_image::from_name("emblem-favorite")
Emblemsemblem-importantxtd::drawing::system_image::from_name("emblem-important")
Emblemsemblem-lockedxtd::drawing::system_image::from_name("emblem-locked")
Emblemsemblem-mailxtd::drawing::system_image::from_name("emblem-mail")
Emblemsemblem-newxtd::drawing::system_image::from_name("emblem-new")
Emblemsemblem-photosxtd::drawing::system_image::from_name("emblem-photos")
Emblemsemblem-readonlyxtd::drawing::system_image::from_name("emblem-readonly")
Emblemsemblem-sharedxtd::drawing::system_image::from_name("emblem-shared")
Emblemsemblem-symbolic-linkxtd::drawing::system_image::from_name("emblem-symbolic-link")
Emblemsemblem-synchronizingxtd::drawing::system_image::from_name("emblem-synchronizing")
Emblemsemblem-systemxtd::drawing::system_image::from_name("emblem-system")
Emblemsemblem-unlockedxtd::drawing::system_image::from_name("emblem-unlocked")
Emblemsemblem-unreadablextd::drawing::system_image::from_name("emblem-unreadable")
Emotesface-angelxtd::drawing::system_image::from_name("face-angel")
Emotesface-angryxtd::drawing::system_image::from_name("face-angry")
Emotesface-coolxtd::drawing::system_image::from_name("face-cool")
Emotesface-cryingxtd::drawing::system_image::from_name("face-crying")
Emotesface-devilishxtd::drawing::system_image::from_name("face-devilish")
Emotesface-embarrassedxtd::drawing::system_image::from_name("face-embarrassed")
Emotesface-kissxtd::drawing::system_image::from_name("face-kiss")
Emotesface-laughxtd::drawing::system_image::from_name("face-laugh")
Emotesface-monkeyxtd::drawing::system_image::from_name("face-monkey")
Emotesface-plainxtd::drawing::system_image::from_name("face-plain")
Emotesface-raspberryxtd::drawing::system_image::from_name("face-raspberry")
Emotesface-sadxtd::drawing::system_image::from_name("face-sad")
Emotesface-sickxtd::drawing::system_image::from_name("face-sick")
Emotesface-smilextd::drawing::system_image::from_name("face-smile")
Emotesface-smile-bigxtd::drawing::system_image::from_name("face-smile-big")
Emotesface-smirkxtd::drawing::system_image::from_name("face-smirk")
Emotesface-surprisextd::drawing::system_image::from_name("face-surprise")
Emotesface-tiredxtd::drawing::system_image::from_name("face-tired")
Emotesface-uncertainxtd::drawing::system_image::from_name("face-uncertain")
Emotesface-winkxtd::drawing::system_image::from_name("face-wink")
Emotesface-worriedxtd::drawing::system_image::from_name("face-worried")
Internationalflag-afxtd::drawing::system_image::from_name("flag-af")
Internationalflag-axxtd::drawing::system_image::from_name("flag-ax")
Internationalflag-alxtd::drawing::system_image::from_name("flag-al")
Internationalflag-dzxtd::drawing::system_image::from_name("flag-dz")
Internationalflag-asxtd::drawing::system_image::from_name("flag-as")
Internationalflag-adxtd::drawing::system_image::from_name("flag-ad")
Internationalflag-aoxtd::drawing::system_image::from_name("flag-ao")
Internationalflag-aixtd::drawing::system_image::from_name("flag-ai")
Internationalflag-aqxtd::drawing::system_image::from_name("flag-aq")
Internationalflag-agxtd::drawing::system_image::from_name("flag-ag")
Internationalflag-arxtd::drawing::system_image::from_name("flag-ar")
Internationalflag-amxtd::drawing::system_image::from_name("flag-am")
Internationalflag-awxtd::drawing::system_image::from_name("flag-aw")
Internationalflag-auxtd::drawing::system_image::from_name("flag-au")
Internationalflag-atxtd::drawing::system_image::from_name("flag-at")
Internationalflag-azxtd::drawing::system_image::from_name("flag-az")
Internationalflag-bsxtd::drawing::system_image::from_name("flag-bs")
Internationalflag-bhxtd::drawing::system_image::from_name("flag-bh")
Internationalflag-bdxtd::drawing::system_image::from_name("flag-bd")
Internationalflag-bbxtd::drawing::system_image::from_name("flag-bb")
Internationalflag-byxtd::drawing::system_image::from_name("flag-by")
Internationalflag-bextd::drawing::system_image::from_name("flag-be")
Internationalflag-bzxtd::drawing::system_image::from_name("flag-bz")
Internationalflag-bjxtd::drawing::system_image::from_name("flag-bj")
Internationalflag-bmxtd::drawing::system_image::from_name("flag-bm")
Internationalflag-btxtd::drawing::system_image::from_name("flag-bt")
Internationalflag-boxtd::drawing::system_image::from_name("flag-bo")
Internationalflag-bqxtd::drawing::system_image::from_name("flag-bq")
Internationalflag-baxtd::drawing::system_image::from_name("flag-ba")
Internationalflag-bwxtd::drawing::system_image::from_name("flag-bw")
Internationalflag-bvxtd::drawing::system_image::from_name("flag-bv")
Internationalflag-brxtd::drawing::system_image::from_name("flag-br")
Internationalflag-ioxtd::drawing::system_image::from_name("flag-io")
Internationalflag-bnxtd::drawing::system_image::from_name("flag-bn")
Internationalflag-bgxtd::drawing::system_image::from_name("flag-bg")
Internationalflag-bfxtd::drawing::system_image::from_name("flag-bf")
Internationalflag-bixtd::drawing::system_image::from_name("flag-bi")
Internationalflag-cvxtd::drawing::system_image::from_name("flag-cv")
Internationalflag-khxtd::drawing::system_image::from_name("flag-kh")
Internationalflag-cmxtd::drawing::system_image::from_name("flag-cm")
Internationalflag-caxtd::drawing::system_image::from_name("flag-ca")
Internationalflag-kyxtd::drawing::system_image::from_name("flag-ky")
Internationalflag-cfxtd::drawing::system_image::from_name("flag-cf")
Internationalflag-tdxtd::drawing::system_image::from_name("flag-td")
Internationalflag-clxtd::drawing::system_image::from_name("flag-cl")
Internationalflag-cnxtd::drawing::system_image::from_name("flag-cn")
Internationalflag-cxxtd::drawing::system_image::from_name("flag-cx")
Internationalflag-ccxtd::drawing::system_image::from_name("flag-cc")
Internationalflag-coxtd::drawing::system_image::from_name("flag-co")
Internationalflag-kmxtd::drawing::system_image::from_name("flag-km")
Internationalflag-cgxtd::drawing::system_image::from_name("flag-cg")
Internationalflag-cdxtd::drawing::system_image::from_name("flag-cd")
Internationalflag-ckxtd::drawing::system_image::from_name("flag-ck")
Internationalflag-crxtd::drawing::system_image::from_name("flag-cr")
Internationalflag-cixtd::drawing::system_image::from_name("flag-ci")
Internationalflag-hrxtd::drawing::system_image::from_name("flag-hr")
Internationalflag-cuxtd::drawing::system_image::from_name("flag-cu")
Internationalflag-cwxtd::drawing::system_image::from_name("flag-cw")
Internationalflag-cyxtd::drawing::system_image::from_name("flag-cy")
Internationalflag-czxtd::drawing::system_image::from_name("flag-cz")
Internationalflag-dkxtd::drawing::system_image::from_name("flag-dk")
Internationalflag-djxtd::drawing::system_image::from_name("flag-dj")
Internationalflag-dmxtd::drawing::system_image::from_name("flag-dm")
Internationalflag-doxtd::drawing::system_image::from_name("flag-do")
Internationalflag-ecxtd::drawing::system_image::from_name("flag-ec")
Internationalflag-egxtd::drawing::system_image::from_name("flag-eg")
Internationalflag-svxtd::drawing::system_image::from_name("flag-sv")
Internationalflag-gqxtd::drawing::system_image::from_name("flag-gq")
Internationalflag-erxtd::drawing::system_image::from_name("flag-er")
Internationalflag-eextd::drawing::system_image::from_name("flag-ee")
Internationalflag-szxtd::drawing::system_image::from_name("flag-sz")
Internationalflag-etxtd::drawing::system_image::from_name("flag-et")
Internationalflag-fkxtd::drawing::system_image::from_name("flag-fk")
Internationalflag-foxtd::drawing::system_image::from_name("flag-fo")
Internationalflag-fjxtd::drawing::system_image::from_name("flag-fj")
Internationalflag-fixtd::drawing::system_image::from_name("flag-fi")
Internationalflag-frxtd::drawing::system_image::from_name("flag-fr")
Internationalflag-gfxtd::drawing::system_image::from_name("flag-gf")
Internationalflag-pfxtd::drawing::system_image::from_name("flag-pf")
Internationalflag-tfxtd::drawing::system_image::from_name("flag-tf")
Internationalflag-gaxtd::drawing::system_image::from_name("flag-ga")
Internationalflag-gmxtd::drawing::system_image::from_name("flag-gm")
Internationalflag-gextd::drawing::system_image::from_name("flag-ge")
Internationalflag-dextd::drawing::system_image::from_name("flag-de")
Internationalflag-ghxtd::drawing::system_image::from_name("flag-gh")
Internationalflag-gixtd::drawing::system_image::from_name("flag-gi")
Internationalflag-grxtd::drawing::system_image::from_name("flag-gr")
Internationalflag-glxtd::drawing::system_image::from_name("flag-gl")
Internationalflag-gdxtd::drawing::system_image::from_name("flag-gd")
Internationalflag-gpxtd::drawing::system_image::from_name("flag-gp")
Internationalflag-guxtd::drawing::system_image::from_name("flag-gu")
Internationalflag-gtxtd::drawing::system_image::from_name("flag-gt")
Internationalflag-ggxtd::drawing::system_image::from_name("flag-gg")
Internationalflag-gnxtd::drawing::system_image::from_name("flag-gn")
Internationalflag-gwxtd::drawing::system_image::from_name("flag-gw")
Internationalflag-gyxtd::drawing::system_image::from_name("flag-gy")
Internationalflag-htxtd::drawing::system_image::from_name("flag-ht")
Internationalflag-hmxtd::drawing::system_image::from_name("flag-hm")
Internationalflag-vaxtd::drawing::system_image::from_name("flag-va")
Internationalflag-hnxtd::drawing::system_image::from_name("flag-hn")
Internationalflag-hkxtd::drawing::system_image::from_name("flag-hk")
Internationalflag-huxtd::drawing::system_image::from_name("flag-hu")
Internationalflag-isxtd::drawing::system_image::from_name("flag-is")
Internationalflag-inxtd::drawing::system_image::from_name("flag-in")
Internationalflag-idxtd::drawing::system_image::from_name("flag-id")
Internationalflag-irxtd::drawing::system_image::from_name("flag-ir")
Internationalflag-iqxtd::drawing::system_image::from_name("flag-iq")
Internationalflag-iextd::drawing::system_image::from_name("flag-ie")
Internationalflag-imxtd::drawing::system_image::from_name("flag-im")
Internationalflag-ilxtd::drawing::system_image::from_name("flag-il")
Internationalflag-itxtd::drawing::system_image::from_name("flag-it")
Internationalflag-jmxtd::drawing::system_image::from_name("flag-jm")
Internationalflag-jpxtd::drawing::system_image::from_name("flag-jp")
Internationalflag-jextd::drawing::system_image::from_name("flag-je")
Internationalflag-joxtd::drawing::system_image::from_name("flag-jo")
Internationalflag-kzxtd::drawing::system_image::from_name("flag-kz")
Internationalflag-kextd::drawing::system_image::from_name("flag-ke")
Internationalflag-kixtd::drawing::system_image::from_name("flag-ki")
Internationalflag-kpxtd::drawing::system_image::from_name("flag-kp")
Internationalflag-krxtd::drawing::system_image::from_name("flag-kr")
Internationalflag-kwxtd::drawing::system_image::from_name("flag-kw")
Internationalflag-kgxtd::drawing::system_image::from_name("flag-kg")
Internationalflag-laxtd::drawing::system_image::from_name("flag-la")
Internationalflag-lvxtd::drawing::system_image::from_name("flag-lv")
Internationalflag-lbxtd::drawing::system_image::from_name("flag-lb")
Internationalflag-lsxtd::drawing::system_image::from_name("flag-ls")
Internationalflag-lrxtd::drawing::system_image::from_name("flag-lr")
Internationalflag-lyxtd::drawing::system_image::from_name("flag-ly")
Internationalflag-lixtd::drawing::system_image::from_name("flag-li")
Internationalflag-ltxtd::drawing::system_image::from_name("flag-lt")
Internationalflag-luxtd::drawing::system_image::from_name("flag-lu")
Internationalflag-moxtd::drawing::system_image::from_name("flag-mo")
Internationalflag-mgxtd::drawing::system_image::from_name("flag-mg")
Internationalflag-mwxtd::drawing::system_image::from_name("flag-mw")
Internationalflag-myxtd::drawing::system_image::from_name("flag-my")
Internationalflag-mvxtd::drawing::system_image::from_name("flag-mv")
Internationalflag-mlxtd::drawing::system_image::from_name("flag-ml")
Internationalflag-mtxtd::drawing::system_image::from_name("flag-mt")
Internationalflag-mhxtd::drawing::system_image::from_name("flag-mh")
Internationalflag-mqxtd::drawing::system_image::from_name("flag-mq")
Internationalflag-mrxtd::drawing::system_image::from_name("flag-mr")
Internationalflag-muxtd::drawing::system_image::from_name("flag-mu")
Internationalflag-ytxtd::drawing::system_image::from_name("flag-yt")
Internationalflag-mxxtd::drawing::system_image::from_name("flag-mx")
Internationalflag-fmxtd::drawing::system_image::from_name("flag-fm")
Internationalflag-mdxtd::drawing::system_image::from_name("flag-md")
Internationalflag-mcxtd::drawing::system_image::from_name("flag-mc")
Internationalflag-mnxtd::drawing::system_image::from_name("flag-mn")
Internationalflag-mextd::drawing::system_image::from_name("flag-me")
Internationalflag-msxtd::drawing::system_image::from_name("flag-ms")
Internationalflag-maxtd::drawing::system_image::from_name("flag-ma")
Internationalflag-mzxtd::drawing::system_image::from_name("flag-mz")
Internationalflag-mmxtd::drawing::system_image::from_name("flag-mm")
Internationalflag-naxtd::drawing::system_image::from_name("flag-na")
Internationalflag-nrxtd::drawing::system_image::from_name("flag-nr")
Internationalflag-npxtd::drawing::system_image::from_name("flag-np")
Internationalflag-nlxtd::drawing::system_image::from_name("flag-nl")
Internationalflag-ncxtd::drawing::system_image::from_name("flag-nc")
Internationalflag-nzxtd::drawing::system_image::from_name("flag-nz")
Internationalflag-nixtd::drawing::system_image::from_name("flag-ni")
Internationalflag-nextd::drawing::system_image::from_name("flag-ne")
Internationalflag-ngxtd::drawing::system_image::from_name("flag-ng")
Internationalflag-nuxtd::drawing::system_image::from_name("flag-nu")
Internationalflag-nfxtd::drawing::system_image::from_name("flag-nf")
Internationalflag-mkxtd::drawing::system_image::from_name("flag-mk")
Internationalflag-mpxtd::drawing::system_image::from_name("flag-mp")
Internationalflag-noxtd::drawing::system_image::from_name("flag-no")
Internationalflag-omxtd::drawing::system_image::from_name("flag-om")
Internationalflag-pkxtd::drawing::system_image::from_name("flag-pk")
Internationalflag-pwxtd::drawing::system_image::from_name("flag-pw")
Internationalflag-psxtd::drawing::system_image::from_name("flag-ps")
Internationalflag-paxtd::drawing::system_image::from_name("flag-pa")
Internationalflag-pgxtd::drawing::system_image::from_name("flag-pg")
Internationalflag-pyxtd::drawing::system_image::from_name("flag-py")
Internationalflag-pextd::drawing::system_image::from_name("flag-pe")
Internationalflag-phxtd::drawing::system_image::from_name("flag-ph")
Internationalflag-pnxtd::drawing::system_image::from_name("flag-pn")
Internationalflag-plxtd::drawing::system_image::from_name("flag-pl")
Internationalflag-ptxtd::drawing::system_image::from_name("flag-pt")
Internationalflag-prxtd::drawing::system_image::from_name("flag-pr")
Internationalflag-qaxtd::drawing::system_image::from_name("flag-qa")
Internationalflag-rextd::drawing::system_image::from_name("flag-re")
Internationalflag-roxtd::drawing::system_image::from_name("flag-ro")
Internationalflag-ruxtd::drawing::system_image::from_name("flag-ru")
Internationalflag-rwxtd::drawing::system_image::from_name("flag-rw")
Internationalflag-blxtd::drawing::system_image::from_name("flag-bl")
Internationalflag-shxtd::drawing::system_image::from_name("flag-sh")
Internationalflag-knxtd::drawing::system_image::from_name("flag-kn")
Internationalflag-lcxtd::drawing::system_image::from_name("flag-lc")
Internationalflag-mfxtd::drawing::system_image::from_name("flag-mf")
Internationalflag-pmxtd::drawing::system_image::from_name("flag-pm")
Internationalflag-vcxtd::drawing::system_image::from_name("flag-vc")
Internationalflag-wsxtd::drawing::system_image::from_name("flag-ws")
Internationalflag-smxtd::drawing::system_image::from_name("flag-sm")
Internationalflag-stxtd::drawing::system_image::from_name("flag-st")
Internationalflag-saxtd::drawing::system_image::from_name("flag-sa")
Internationalflag-snxtd::drawing::system_image::from_name("flag-sn")
Internationalflag-rsxtd::drawing::system_image::from_name("flag-rs")
Internationalflag-scxtd::drawing::system_image::from_name("flag-sc")
Internationalflag-slxtd::drawing::system_image::from_name("flag-sl")
Internationalflag-sgxtd::drawing::system_image::from_name("flag-sg")
Internationalflag-sxxtd::drawing::system_image::from_name("flag-sx")
Internationalflag-skxtd::drawing::system_image::from_name("flag-sk")
Internationalflag-sixtd::drawing::system_image::from_name("flag-si")
Internationalflag-sbxtd::drawing::system_image::from_name("flag-sb")
Internationalflag-soxtd::drawing::system_image::from_name("flag-so")
Internationalflag-zaxtd::drawing::system_image::from_name("flag-za")
Internationalflag-gsxtd::drawing::system_image::from_name("flag-gs")
Internationalflag-ssxtd::drawing::system_image::from_name("flag-ss")
Internationalflag-esxtd::drawing::system_image::from_name("flag-es")
Internationalflag-lkxtd::drawing::system_image::from_name("flag-lk")
Internationalflag-sdxtd::drawing::system_image::from_name("flag-sd")
Internationalflag-srxtd::drawing::system_image::from_name("flag-sr")
Internationalflag-sjxtd::drawing::system_image::from_name("flag-sj")
Internationalflag-sextd::drawing::system_image::from_name("flag-se")
Internationalflag-chxtd::drawing::system_image::from_name("flag-ch")
Internationalflag-syxtd::drawing::system_image::from_name("flag-sy")
Internationalflag-twxtd::drawing::system_image::from_name("flag-tw")
Internationalflag-tjxtd::drawing::system_image::from_name("flag-tj")
Internationalflag-tzxtd::drawing::system_image::from_name("flag-tz")
Internationalflag-thxtd::drawing::system_image::from_name("flag-th")
Internationalflag-tlxtd::drawing::system_image::from_name("flag-tl")
Internationalflag-tgxtd::drawing::system_image::from_name("flag-tg")
Internationalflag-tkxtd::drawing::system_image::from_name("flag-tk")
Internationalflag-toxtd::drawing::system_image::from_name("flag-to")
Internationalflag-ttxtd::drawing::system_image::from_name("flag-tt")
Internationalflag-tnxtd::drawing::system_image::from_name("flag-tn")
Internationalflag-trxtd::drawing::system_image::from_name("flag-tr")
Internationalflag-tmxtd::drawing::system_image::from_name("flag-tm")
Internationalflag-tcxtd::drawing::system_image::from_name("flag-tc")
Internationalflag-tvxtd::drawing::system_image::from_name("flag-tv")
Internationalflag-ugxtd::drawing::system_image::from_name("flag-ug")
Internationalflag-uaxtd::drawing::system_image::from_name("flag-ua")
Internationalflag-aextd::drawing::system_image::from_name("flag-ae")
Internationalflag-gbxtd::drawing::system_image::from_name("flag-gb")
Internationalflag-usxtd::drawing::system_image::from_name("flag-us")
Internationalflag-umxtd::drawing::system_image::from_name("flag-um")
Internationalflag-uyxtd::drawing::system_image::from_name("flag-uy")
Internationalflag-uzxtd::drawing::system_image::from_name("flag-uz")
Internationalflag-vuxtd::drawing::system_image::from_name("flag-vu")
Internationalflag-vextd::drawing::system_image::from_name("flag-ve")
Internationalflag-vnxtd::drawing::system_image::from_name("flag-vn")
Internationalflag-vgxtd::drawing::system_image::from_name("flag-vg")
Internationalflag-vixtd::drawing::system_image::from_name("flag-vi")
Internationalflag-wfxtd::drawing::system_image::from_name("flag-wf")
Internationalflag-ehxtd::drawing::system_image::from_name("flag-eh")
Internationalflag-yextd::drawing::system_image::from_name("flag-ye")
Internationalflag-zmxtd::drawing::system_image::from_name("flag-zm")
Internationalflag-zwxtd::drawing::system_image::from_name("flag-zw")
MimeTypesapplication-x-executablextd::drawing::system_image::from_name("application-x-executable")
MimeTypesaudio-x-genericxtd::drawing::system_image::from_name("audio-x-generic")
MimeTypesfont-x-genericxtd::drawing::system_image::from_name("font-x-generic")
MimeTypesimage-x-genericxtd::drawing::system_image::from_name("image-x-generic")
MimeTypespackage-x-genericxtd::drawing::system_image::from_name("package-x-generic")
MimeTypestext-htmlxtd::drawing::system_image::from_name("text-html")
MimeTypestext-x-genericxtd::drawing::system_image::from_name("text-x-generic")
MimeTypestext-x-generic-templatextd::drawing::system_image::from_name("text-x-generic-template")
MimeTypestext-x-scriptxtd::drawing::system_image::from_name("text-x-script")
MimeTypesvideo-x-genericxtd::drawing::system_image::from_name("video-x-generic")
MimeTypesx-office-address-bookxtd::drawing::system_image::from_name("x-office-address-book")
MimeTypesx-office-calendarxtd::drawing::system_image::from_name("x-office-calendar")
MimeTypesx-office-contactxtd::drawing::system_image::from_name("x-office-contact")
MimeTypesx-office-documentxtd::drawing::system_image::from_name("x-office-document")
MimeTypesx-office-presentationxtd::drawing::system_image::from_name("x-office-presentation")
MimeTypesx-office-spreadsheetxtd::drawing::system_image::from_name("x-office-spreadsheet")
Placesfolderxtd::drawing::system_image::from_name("folder")
Placesfolder-activitiesxtd::drawing::system_image::from_name("folder-activities")
Placesfolder-applicationsxtd::drawing::system_image::from_name("folder-applications")
Placesfolder-bookmarkxtd::drawing::system_image::from_name("folder-bookmark")
Placesfolder-cloudxtd::drawing::system_image::from_name("folder-cloud")
Placesfolder-desktopxtd::drawing::system_image::from_name("folder-desktop")
Placesfolder-developmentxtd::drawing::system_image::from_name("folder-development")
Placesfolder-documentsxtd::drawing::system_image::from_name("folder-documents")
Placesfolder-downloadxtd::drawing::system_image::from_name("folder-download")
Placesfolder-favoritesxtd::drawing::system_image::from_name("folder-favorites")
Placesfolder-gamesxtd::drawing::system_image::from_name("folder-games")
Placesfolder-githubxtd::drawing::system_image::from_name("folder-github")
Placesfolder-homextd::drawing::system_image::from_name("folder-home")
Placesfolder-htmlxtd::drawing::system_image::from_name("folder-html")
Placesfolder-imagesxtd::drawing::system_image::from_name("folder-images")
Placesfolder-importantxtd::drawing::system_image::from_name("folder-important")
Placesfolder-lockedxtd::drawing::system_image::from_name("folder-locked")
Placesfolder-musicxtd::drawing::system_image::from_name("folder-music")
Placesfolder-networkxtd::drawing::system_image::from_name("folder-network")
Placesfolder-printxtd::drawing::system_image::from_name("folder-print")
Placesfolder-publicxtd::drawing::system_image::from_name("folder-public")
Placesfolder-remotextd::drawing::system_image::from_name("folder-remote")
Placesfolder-systemxtd::drawing::system_image::from_name("folder-system")
Placesfolder-tarxtd::drawing::system_image::from_name("folder-tar")
Placesfolder-tempxtd::drawing::system_image::from_name("folder-temp")
Placesfolder-templatesxtd::drawing::system_image::from_name("folder-templates")
Placesfolder-textxtd::drawing::system_image::from_name("folder-text")
Placesfolder-videosxtd::drawing::system_image::from_name("folder-videos")
Placesnetwork-serverxtd::drawing::system_image::from_name("network-server")
Placesnetwork-workgroupxtd::drawing::system_image::from_name("network-workgroup")
Placesstart-herextd::drawing::system_image::from_name("start-here")
Placesuser-bookmarksxtd::drawing::system_image::from_name("user-bookmarks")
Placesuser-desktopxtd::drawing::system_image::from_name("user-desktop")
Placesuser-homextd::drawing::system_image::from_name("user-home")
Placesuser-trashxtd::drawing::system_image::from_name("user-trash")
Statusappointment-missedxtd::drawing::system_image::from_name("appointment-missed")
Statusappointment-soonxtd::drawing::system_image::from_name("appointment-soon")
Statusaudio-volume-highxtd::drawing::system_image::from_name("audio-volume-high")
Statusaudio-volume-lowxtd::drawing::system_image::from_name("audio-volume-low")
Statusaudio-volume-mediumxtd::drawing::system_image::from_name("audio-volume-medium")
Statusaudio-volume-mutedxtd::drawing::system_image::from_name("audio-volume-muted")
Statusbattery-cautionxtd::drawing::system_image::from_name("battery-caution")
Statusbattery-lowxtd::drawing::system_image::from_name("battery-low")
Statusdialog-errorxtd::drawing::system_image::from_name("dialog-error")
Statusdialog-informationxtd::drawing::system_image::from_name("dialog-information")
Statusdialog-passwordxtd::drawing::system_image::from_name("dialog-password")
Statusdialog-questionxtd::drawing::system_image::from_name("dialog-question")
Statusdialog-warningxtd::drawing::system_image::from_name("dialog-warning")
Statusfolder-drag-acceptxtd::drawing::system_image::from_name("folder-drag-accept")
Statusfolder-openxtd::drawing::system_image::from_name("folder-open")
Statusfolder-visitingxtd::drawing::system_image::from_name("folder-visiting")
Statusimage-loadingxtd::drawing::system_image::from_name("image-loading")
Statusimage-missingxtd::drawing::system_image::from_name("image-missing")
Statusmail-attachmentxtd::drawing::system_image::from_name("mail-attachment")
Statusmail-unreadxtd::drawing::system_image::from_name("mail-unread")
Statusmail-readxtd::drawing::system_image::from_name("mail-read")
Statusmail-repliedxtd::drawing::system_image::from_name("mail-replied")
Statusmail-signedxtd::drawing::system_image::from_name("mail-signed")
Statusmail-signed-verifiedxtd::drawing::system_image::from_name("mail-signed-verified")
Statusmedia-playlist-repeatxtd::drawing::system_image::from_name("media-playlist-repeat")
Statusmedia-playlist-shufflextd::drawing::system_image::from_name("media-playlist-shuffle")
Statusnetwork-errorxtd::drawing::system_image::from_name("network-error")
Statusnetwork-idlextd::drawing::system_image::from_name("network-idle")
Statusnetwork-offlinextd::drawing::system_image::from_name("network-offline")
Statusnetwork-receivextd::drawing::system_image::from_name("network-receive")
Statusnetwork-transmitxtd::drawing::system_image::from_name("network-transmit")
Statusnetwork-transmit-receivextd::drawing::system_image::from_name("network-transmit-receive")
Statusprinter-errorxtd::drawing::system_image::from_name("printer-error")
Statusprinter-printingxtd::drawing::system_image::from_name("printer-printing")
Statussecurity-highxtd::drawing::system_image::from_name("security-high")
Statussecurity-mediumxtd::drawing::system_image::from_name("security-medium")
Statussecurity-lowxtd::drawing::system_image::from_name("security-low")
Statussoftware-update-availablextd::drawing::system_image::from_name("software-update-available")
Statussoftware-update-urgentxtd::drawing::system_image::from_name("software-update-urgent")
Statustask-duextd::drawing::system_image::from_name("task-due")
Statustask-past-duextd::drawing::system_image::from_name("task-past-due")
Statususer-availablextd::drawing::system_image::from_name("user-available")
Statususer-awayxtd::drawing::system_image::from_name("user-away")
Statususer-idlextd::drawing::system_image::from_name("user-idle")
Statususer-offlinextd::drawing::system_image::from_name("user-offline")
Statususer-trash-fullxtd::drawing::system_image::from_name("user-trash-full")
Statusweather-clearxtd::drawing::system_image::from_name("weather-clear")
Statusweather-clear-nightxtd::drawing::system_image::from_name("weather-clear-night")
Statusweather-few-cloudsxtd::drawing::system_image::from_name("weather-few-clouds")
Statusweather-few-clouds-nightxtd::drawing::system_image::from_name("weather-few-clouds-night")
Statusweather-fogxtd::drawing::system_image::from_name("weather-fog")
Statusweather-overcastxtd::drawing::system_image::from_name("weather-overcast")
Statusweather-severe-alertxtd::drawing::system_image::from_name("weather-severe-alert")
Statusweather-showersxtd::drawing::system_image::from_name("weather-showers")
Statusweather-showers-scatteredxtd::drawing::system_image::from_name("weather-showers-scattered")
Statusweather-snowxtd::drawing::system_image::from_name("weather-snow")
Statusweather-stormxtd::drawing::system_image::from_name("weather-storm")
xtdgammasoftxtd::drawing::system_image::from_name("gammasoft")
xtdxtdxtd::drawing::system_image::from_name("xtd")
xtdxtd-consolextd::drawing::system_image::from_name("xtd-console")
xtdxtd-formsxtd::drawing::system_image::from_name("xtd-forms")
xtdxtd-tunitxtd::drawing::system_image::from_name("xtd-tunit")
xtdxtd-corextd::drawing::system_image::from_name("xtd-core")
xtdxtd-delegatesxtd::drawing::system_image::from_name("xtd-delegates")
xtdxtd-diagnosticsxtd::drawing::system_image::from_name("xtd-diagnostics")
xtdxtd-drawingxtd::drawing::system_image::from_name("xtd-drawing")
xtdxtd-ioxtd::drawing::system_image::from_name("xtd-io")
xtdxtd-stringsxtd::drawing::system_image::from_name("xtd-strings")

See also